home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 15 / CU Amiga Magazine's Super CD-ROM 15 (1997)(EMAP Images)(GB)[!][issue 1997-10].iso / CUCD / Graphics / Ghostscript / source / cp.bat < prev    next >
Encoding:
DOS Batch File  |  1997-03-16  |  114 b   |  11 lines

  1. @echo off
  2. if "%2"=="." goto ne
  3. erase _.tmp
  4. rem >_.tmp
  5. copy /B %1+_.tmp %2
  6. erase _.tmp
  7. goto x
  8. :ne
  9. copy /B %1 %2
  10. :x
  11.